home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / uplabel.zip / MAKEFILE < prev    next >
Text File  |  1990-12-19  |  304b  |  13 lines

  1. #
  2. # John Dudeck SIM International 19-Dec-90
  3. #
  4. # makefile for uplabel multi-up label text filter
  5. # for ndmake under MS-DOS
  6. # assumes MAKE.INI is there for default stuff
  7. #
  8. MODEL = S
  9. CFLAGS = -A$(MODEL) -Ox
  10.  
  11. uplabel.exe: uplabel.obj getarg.obj
  12.     link /ST:0x1000 uplabel.obj getarg.obj,uplabel,,;
  13.